C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / RefreshAsync Method
The cancellation token.

In This Topic
RefreshAsync Method (C1DataCollection<T>)
In This Topic
Refreshes the collection data.
Syntax
'Declaration
 
Public Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also